RubyPosition Enumeration

The vertical position of the ruby text in relationship to the ruby base.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum RubyPosition

Members

Above0 Ruby text should be above ruby base text.
Below1 Ruby text should be below ruby base text.
None2 None.

See Also